home *** CD-ROM | disk | FTP | other *** search
/ SPACE 1 / SPACE - Library 1 - Volume 1.iso / program / 363 / xlisp20 / readme17.doc < prev    next >
Text File  |  1985-11-19  |  3KB  |  110 lines

  1. ===========================
  2. XLISP 1.5b for the Atari ST
  3. ===========================
  4.  
  5.  
  6. This is the complete distribution of XLisp version 1.5b for the Atari ST.
  7. XLisp is an experimental, object-oriented, public-domain version of the
  8. Lisp programming language.  It is an interpreter, not a compiler.  Xlisp
  9. was developed and copyrighted by David Betz, and this version was ported
  10. to the ST by Jwahar R. Bammi.  It runs as a TOS program.
  11.  
  12. The file you are reading is README.DOC, and it contains the list of
  13. files, whom to contact for help and some notes on the ST-specific
  14. aspects of the language.
  15.  
  16.  
  17. The following files are absolutely necessary to run XLisp:
  18.  
  19.   XLISP.TTP       Executable code for the interpreter.
  20.   INIT.LSP        Initialization file, loaded automatically on startup
  21.                    (must be in the same directory as XLISP.TTP).
  22.  
  23.  
  24. The following files are recommended documentation:
  25.  
  26.   XLISP.MAN       Complete XLisp manual, 35 pages long, print from GEM
  27.                    Desktop by double-clicking and selecting Print.
  28.   README.DOC      The file you are reading.
  29.  
  30.  
  31. PLEASE NOTE that none of the files listed after this point are required
  32. to run or use XLisp fully!  They are a set of programming examples and
  33. the complete C source code to the interpreter.  The four files listed
  34. above are all you need to program in XLisp!
  35.  
  36. The following files are Lisp examples.  Use (LOAD "filename") once in
  37. XLisp, or give the filename without the extender in the TOS parameters
  38. dialog box in the Desktop.
  39.  
  40.   EXPERT.LSP      Expert Systems example.
  41.   FACT.LSP        Recursion examples.
  42.   FIB.LSP
  43.   HANOI.LSP       The Towers of Hanoi.
  44.   HDWR.LSP        Object-oriented programming demonstrations.
  45.   OBJCT1.LSP
  46.   OBJCT2.LSP
  47.   PPRINT.LSP      Pretty printer.
  48.   PROLOG.LSP      "Prolog" interpreter.
  49.   QUEENS.LSP      n-Queens on chessboard problem.
  50.  
  51.  
  52. The following are the source files to build the XLisp interpreter:
  53.  
  54.   CTYPE.H
  55.   MATH.H
  56.   SETJMP.H
  57.   STSTUF.C        (Name "STSTUFF.C" on disk!)
  58.   XLBFUN.C
  59.   XLCONT.C
  60.   XLDBUG.C
  61.   XLDMEM.C
  62.   XLEVAL.C
  63.   XLFIO.C
  64.   XLFTB1.C        (Name "XLFTAB1.C" on disk!)
  65.   XLFTB2.C        (Name "XLFTAB2.C" on disk!)
  66.   XLGLOB.C
  67.   XLINIT.C
  68.   XLIO.C
  69.   XLISP.C
  70.   XLISP.H
  71.   XLISP.INP
  72.   XLJUMP.C
  73.   XLLIST.C
  74.   XLMATH.C
  75.   XLOBJ.C
  76.   XLPRIN.C
  77.   XLREAD.C
  78.   XLSTR.C
  79.   XLSUBR.C
  80.   XLSYM.C
  81.   XLSYS.C
  82.  
  83.  
  84.  
  85. Notes: There is an error in the XLisp manual.  To exit from a break loop,
  86.         type [Control]-G, not (quit) as indicated.
  87.        Additionally, we hope to have a batch file for Alcyon C here
  88.         shortly (if it is not available already) that shows how to
  89.         compile XLisp from scratch.
  90.  
  91.  
  92. Kindly direct all questions and comments to: 
  93.  
  94.     Christopher F. Chabris              Jwahar R. Bammi
  95.     73277,305                           71515,155
  96.  
  97.     15 Sterling Road                    215 Crawford Hall
  98.     Armonk, NY  10504                   10900 Euclid Avenue
  99.     (914) 273-8828                      Cleveland, OH  44106
  100.                                         (261) 368-5038
  101.  
  102.     UUCP: ...!harvard!h-sc4!chabris     UUCP: ...!decvax!cwruecmp!bammi
  103.                                         CSnet: bammi@case
  104.     ARPA: chabris%h-sc4@harvard.ARPA    ARPA: bammi%case@csnet-relay
  105.  
  106.  
  107.  
  108. Thank you very much.
  109.  
  110. əəəəə